toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]UpdateUserDataProfileCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
SaveUserDataProfileCallback
.
Members
Constructors
Update
User
Data
Profile
Callback.
Action
Link copied to clipboard
public
void
UpdateUserDataProfileCallback.Action
(
Consumer
<
UpdateUserDataProfile.Response
>
consumer
)
Functions
decline
Link copied to clipboard
public
void
decline
(
)
Tells the browser to decline to update the user data profile.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
update
Link copied to clipboard
public
void
update
(
)
Tells the browser to update the user data profile in the
user data store
.